Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
apps:xfce4-screenshooter:custom-actions [2024/02/05 22:13] – Add go back link andreldmapps:xfce4-screenshooter:custom-actions [2024/02/08 23:07] (current) – Add links to example custom actions kevinbowen
Line 5: Line 5:
   * **[[#Adding custom actions|Adding custom actions]]**   * **[[#Adding custom actions|Adding custom actions]]**
   * **[[#Examples|Examples]]**   * **[[#Examples|Examples]]**
 +    * **[[#Extract text with OCR|Extract text with OCR]]**
 +    * **[[#Read QR Code|Read QR Code]]**
 +    * **[[#Host on Imgur™|Host on Imgur™]]**
  
 ===== Adding custom actions ===== ===== Adding custom actions =====
Line 28: Line 31:
 The following examples assume the necessary dependencies are already installed. The following examples assume the necessary dependencies are already installed.
  
-**Extract text with OCR**+==== Extract text with OCR ====
  
 ''gimagereader-gtk %f'' ''gimagereader-gtk %f''
  
-**Read QR Code**+---- 
 + 
 +==== Read QR Code ====
  
 Save the following script somewhere and set as command: ''<somewhere>/read-qr.sh %f'' Save the following script somewhere and set as command: ''<somewhere>/read-qr.sh %f''
Line 51: Line 56:
 </code> </code>
  
-** Host on Imgur™ **+[[|Back to Top]] 
 + 
 +---- 
 + 
 +==== Host on Imgur™ ====
  
 Save the following script somewhere and set as command: ''<somewhere>/imgur-upload.sh %f <CLIENT ID>'' Save the following script somewhere and set as command: ''<somewhere>/imgur-upload.sh %f <CLIENT ID>''
Line 101: Line 110:
 $LOG" $LOG"
 </code> </code>
 +
 +[[|Back to Top]]
  
 ---- ----
 [[:apps:screenshooter:start:|Back to xfce4-screenshooter main page]] [[:apps:screenshooter:start:|Back to xfce4-screenshooter main page]]